home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / p / pofo / sprachen / pbasic / pbas41 / pgdemo.bas < prev    next >
Encoding:
BASIC Source File  |  1991-01-05  |  211 b   |  12 lines

  1.    input "Delay (0 for keypress)";d
  2. 10 for x=1 to 6
  3.    read n$
  4.    pgshow n$,d
  5.    if inkey$<>"" then end
  6.    next x
  7.    restore
  8.    goto 10
  9.  
  10. 98 data "bomb","fuji","portf" 
  11. 99 data "usa","spiral","gorby"
  12. ə